home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / COMPTOOL / ADDINS / TABORDER / TABORDER.RC < prev    next >
Encoding:
Text File  |  1996-08-03  |  579 b   |  20 lines

  1. STRINGTABLE DISCARDABLE
  2. BEGIN
  3.         //Form Caption
  4.         10      "TabOrder"
  5.  
  6.         //Control Captions and tool tips:
  7.         100     "Move the current control up in the list."
  8.         101     "Move the current control down in the list."
  9.         102     "List controls in top to bottom order."
  10.         103     "List controls in left to right order."
  11.         104     "Refresh the list from the form."
  12.         105     "Apply the changes to the form."
  13.  
  14.         200     "TabOrder Window"
  15. END       
  16.  
  17. APPICON      ICON    tab.ico
  18. 1000         BITMAP  tab.bmp
  19.  
  20.